Class symantec.itools.db.beans.brl.adapter.editors.ValidColumnsImplPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.editors.ValidColumnsImplPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----symantec.itools.db.beans.brl.adapter.editors.ValidColumnsImplPanel

public class ValidColumnsImplPanel
extends JPanel
Class which implements the column editor for validation

Version:
1.0 08/04/98
Author:
Puru Balakrishnan

Variable Index

 o actLis
 o arrowLabel1
 o arrowLabel2
 o compOperList
 o compValueLabel
 o constantRadioBtn
 o gbcLayout
 o group
 o instrTextArea
 o itemLis
 o lhsBrowseButton
 o lhsDataSourceNameComboBox
 o lhsDataSourceNameLabel
 o lhsDataSourceTypeComboBox
 o lhsDataSourceTypeLabel
 o lhsDataTypeField
 o lhsDataTypeLabel
 o lhsInputComboBox
 o lhsInputLabel
 o listScrollPane
 o mustBeLabel
 o objFinder
 o refColPanel
 o rhsBrowseButton
 o rhsConstantComboBox
 o rhsDataSourceNameComboBox
 o rhsDataSourceNameLabel
 o rhsDataSourceTypeComboBox
 o rhsDataSourceTypeLabel
 o rhsDataTypeField
 o rhsDataTypeLabel
 o rhsRefComboBox
 o rhsReferenceLabel
 o sourceColPanel
 o thisValLabel
 o variableRadioBtn

Constructor Index

 o symantec.itools.db.beans.brl.adapter.editors.ValidColumnsImplPanel()
Default constructor
 o symantec.itools.db.beans.brl.adapter.editors.ValidColumnsImplPanel(ObjectFinder)
Constructor

Method Index

 o getComparisionOpers()
Get comparision operators from columns Page
 o getInputBindName(int, int)
 o getInstructionText()
 o getSourceColumns()
Get source columns
 o getTargetColumns()
Get target columns
 o initControls()
 o main(String[])
 o processCompOperators(int)
process the Comparision operator selection
 o setVisualObject(VisualObject)
Method to set current visual object
 o showDataSourceTypeSelection(int, JComboBox)
 o showInputColInfo(CompColInputMember)
Method to show selected input col name
 o showOperator(OperatorMember)
Method to show selected operator
 o showTargetColInfo(CompColInputMember)
Method to show target column

Variables

 o actLis
protected java.awt.event.ActionListener actLis
 o arrowLabel1
protected com.sun.java.swing.JLabel arrowLabel1
 o arrowLabel2
protected com.sun.java.swing.JLabel arrowLabel2
 o compOperList
protected com.sun.java.swing.JList compOperList
 o compValueLabel
protected com.sun.java.swing.JLabel compValueLabel
 o constantRadioBtn
protected com.sun.java.swing.JRadioButton constantRadioBtn
 o gbcLayout
protected java.awt.GridBagLayout gbcLayout
 o group
protected com.sun.java.swing.ButtonGroup group
 o instrTextArea
protected com.sun.java.swing.JTextArea instrTextArea
 o itemLis
protected java.awt.event.ItemListener itemLis
 o lhsBrowseButton
protected com.sun.java.swing.JButton lhsBrowseButton
 o lhsDataSourceNameComboBox
protected com.sun.java.swing.JComboBox lhsDataSourceNameComboBox
 o lhsDataSourceNameLabel
protected com.sun.java.swing.JLabel lhsDataSourceNameLabel
 o lhsDataSourceTypeComboBox
protected com.sun.java.swing.JComboBox lhsDataSourceTypeComboBox
 o lhsDataSourceTypeLabel
protected com.sun.java.swing.JLabel lhsDataSourceTypeLabel
 o lhsDataTypeField
protected com.sun.java.swing.JTextField lhsDataTypeField
 o lhsDataTypeLabel
protected com.sun.java.swing.JLabel lhsDataTypeLabel
 o lhsInputComboBox
protected com.sun.java.swing.JComboBox lhsInputComboBox
 o lhsInputLabel
protected com.sun.java.swing.JLabel lhsInputLabel
 o listScrollPane
protected com.sun.java.swing.JScrollPane listScrollPane
 o mustBeLabel
protected com.sun.java.swing.JLabel mustBeLabel
 o objFinder
protected symantec.itools.db.beans.util.ObjectFinder objFinder
 o refColPanel
protected com.sun.java.swing.JPanel refColPanel
 o rhsBrowseButton
protected com.sun.java.swing.JButton rhsBrowseButton
 o rhsConstantComboBox
protected com.sun.java.swing.JComboBox rhsConstantComboBox
 o rhsDataSourceNameComboBox
protected com.sun.java.swing.JComboBox rhsDataSourceNameComboBox
 o rhsDataSourceNameLabel
protected com.sun.java.swing.JLabel rhsDataSourceNameLabel
 o rhsDataSourceTypeComboBox
protected com.sun.java.swing.JComboBox rhsDataSourceTypeComboBox
 o rhsDataSourceTypeLabel
protected com.sun.java.swing.JLabel rhsDataSourceTypeLabel
 o rhsDataTypeField
protected com.sun.java.swing.JTextField rhsDataTypeField
 o rhsDataTypeLabel
protected com.sun.java.swing.JLabel rhsDataTypeLabel
 o rhsRefComboBox
protected com.sun.java.swing.JComboBox rhsRefComboBox
 o rhsReferenceLabel
protected com.sun.java.swing.JLabel rhsReferenceLabel
 o sourceColPanel
protected com.sun.java.swing.JPanel sourceColPanel
 o thisValLabel
protected com.sun.java.swing.JLabel thisValLabel
 o variableRadioBtn
protected com.sun.java.swing.JRadioButton variableRadioBtn

Constructors

 o ValidColumnsImplPanel
public ValidColumnsImplPanel()
Default constructor

 o ValidColumnsImplPanel
public ValidColumnsImplPanel(ObjectFinder finder)
Constructor

Methods

 o getComparisionOpers
public symantec.itools.db.beans.brl.OperatorMember[] getComparisionOpers()
Get comparision operators from columns Page

Returns:
array of OperatorMember
 o getInputBindName
protected java.lang.String getInputBindName(int side,
                                            int dataSrcType)
 o getInstructionText
protected java.lang.String getInstructionText()
 o getSourceColumns
public symantec.itools.db.beans.brl.CompColInputMember[] getSourceColumns()
Get source columns

Returns:
array of CompColInputMember
 o getTargetColumns
public symantec.itools.db.beans.brl.CompColInputMember[] getTargetColumns()
Get target columns

Returns:
array of CompColInputMember
 o initControls
protected void initControls()
 o main
public static void main(String[] args)
 o processCompOperators
public void processCompOperators(int type)
process the Comparision operator selection

Parameters:
type - the value to be processed
 o setVisualObject
public void setVisualObject(VisualObject vObj)
Method to set current visual object

Parameters:
vObj - the new VisualObject
 o showDataSourceTypeSelection
public static void showDataSourceTypeSelection(int type,
                                               JComboBox combo)
 o showInputColInfo
public void showInputColInfo(CompColInputMember inputCol)
Method to show selected input col name

Parameters:
inputCol - the CompColInputMember to be shown
 o showOperator
public void showOperator(OperatorMember oper)
Method to show selected operator

Parameters:
oper - the OperatorMember to be shown
 o showTargetColInfo
public void showTargetColInfo(CompColInputMember targetCol)
Method to show target column

Parameters:
targetCol - the CompColInputMember to be shown

All Packages  Class Hierarchy  This Package  Previous  Next  Index